home *** CD-ROM | disk | FTP | other *** search
/ Aminet 12 / Aminet 12 (1996)(GTI - Schatztruhe)[!][Jun 1996].iso / Aminet / dev / e / Text_Plug.readme < prev    next >
Encoding:
Text File  |  1996-05-05  |  1.5 KB  |  38 lines

  1. Short:  Flexible Text PLUGIN
  2. Author: jason@fsel.com (Jason R. Hulance)
  3. Type:   dev/e
  4.  
  5. text_plug.m defines a new text PLUGIN for use with EasyGUI.  It has
  6. several advantages over a normal TEXT gadget:
  7.  
  8.  1) It only renders within its allocated space, even if you change the
  9.     text.  (If you change the text of a normal TEXT gadget to a long
  10.     string then it will overwrite the window border.)
  11.  2) You can specify the fonts to use for the label and the main string.
  12.  3) In conjunction with the supplied fonts.m module, you can easily
  13.     use the user's preferred default font (fixed width) or screen font
  14.     (usually proportional).
  15.  4) If you resize the GUI, more/less of the string will be shown, as
  16.     possible.
  17.  
  18. An example program is supplied which uses an ASL requester for you to
  19. select a font.  The use's preferred default font and screen font are
  20. also used in the example.
  21.  
  22. Sources are included!
  23.  
  24.  
  25. ============================= Archive contents =============================
  26.  
  27. Original  Packed Ratio    Date     Time    Name
  28. -------- ------- ----- --------- --------  -------------
  29.      938     404 56.9% 27-Feb-96 21:30:52  fonts.e
  30.      612     406 33.6% 27-Feb-96 21:30:52  fonts.m
  31.    16944    7087 58.1% 27-Feb-96 21:34:20  testtext
  32.     1797     685 61.8% 27-Feb-96 21:34:20  testtext.e
  33.     2387     823 65.5% 27-Feb-96 21:30:44  text_plug.e
  34.     2076    1006 51.5% 27-Feb-96 21:30:44  text_plug.m
  35.     2880    1257 56.3% 27-Feb-96 21:30:44  text_plug.readme
  36. -------- ------- ----- --------- --------
  37.    27634   11668 57.7% 09-Mar-96 11:59:46   7 files
  38.